Q3ViewPlaneCamera_SetViewPlane
You can use theQ3ViewPlaneCamera_SetViewPlane
function to set the distance of the view plane from a view plane camera.
TQ3Status Q3ViewPlaneCamera_SetViewPlane ( TQ3CameraObject camera, float viewPlane);
camera
- A view plane camera object.
viewPlane
- The desired distance of the view plane from the specified camera.
DESCRIPTION
TheQ3ViewPlaneCamera_SetViewPlane
function sets the distance from the camera specified by thecamera
parameter to its view plane to the value specified in theviewPlane
parameter.